tan

   

The 'tan' function returns a tangent value.

 

double @tan(double d);

 

Parameters

double d : value that you want to calculate

 

Return Value

tangent value

 

Example

i = @tan(90);

Description : The tangent value of '90' is stored in the variable named 'i'.

 

Reference

@abs()

@acos()

@asin()

@atan()

@atan2()

@cos()

@log()

@log10()

@MathRound()

@sin()

@sqrt()

@tan()